Enumerate all items in the ISO image through the EnumISOItems event. All items in the image can be enumerated with sParentDestPath set to the root of the image ('\'). Any directory in the image can be enumerated by setting sParentDestPath to '\[DirectoryName]'.
Return Type
None.
Syntax
object.EnumerateISOItems(sParentDestPath As String)
The EnumerateISOItems method syntax has these parts:
Part | Description |
object | An expression evaluating to an object of type CDWriterPro. |
sParentDestPath | String |